home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1996-03-29 | 1.9 KB | 47 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- TextModels.AttributesDesc
- Helvetica
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- TextRulers.AttributesDesc
- Helvetica
- Helvetica
- Helvetica
- DevMarkers
- DEFINITION DevMarkers;
- PROCEDURE NextError;
- PROCEDURE ToggleCurrent;
- PROCEDURE UnmarkErrors;
- END DevMarkers.
- Error markers indicate compiler errors in-place in the compiled text.
- This module contains several other items which are used internally.
- PROCEDURE NextError
- Guard: TextCmds.FocusGuard
- Move caret forward after the next error marker. If there is none, the text is scrolled to the beginning.
- PROCEDURE ToggleCurrent
- Guard: TextCmds.FocusGuard
- Toggle the state of the marker before the caret.
- PROCEDURE UnmarkErrors
- Guard: TextCmds.FocusGuard
- Removes all error markers.
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Helvetica
- Documents.ControllerDesc
-